Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust network policy labels and selectors #49

Merged
merged 1 commit into from
Feb 26, 2024
Merged

adjust network policy labels and selectors #49

merged 1 commit into from
Feb 26, 2024

Conversation

jgilfoil
Copy link
Owner

No description provided.

Copy link

--- kubernetes/apps/kube-system/cilium/app Kustomization: flux-system/cilium CiliumNetworkPolicy: kube-system/vpn-pod-gateway

+++ kubernetes/apps/kube-system/cilium/app Kustomization: flux-system/cilium CiliumNetworkPolicy: kube-system/vpn-pod-gateway

@@ -1,12 +1,12 @@

 ---
 apiVersion: cilium.io/v2
 kind: CiliumNetworkPolicy
 metadata:
   labels:
-    app.kubernetes.io/instance: pod-gateway
+    app.kubernetes.io/instance: vpn-gateway
     app.kubernetes.io/name: cilium
     kustomize.toolkit.fluxcd.io/name: cilium
     kustomize.toolkit.fluxcd.io/namespace: flux-system
   name: vpn-pod-gateway
   namespace: kube-system
 spec:
@@ -18,9 +18,9 @@

       - port: '1637'
         protocol: UDP
   - toEntities:
     - cluster
   endpointSelector:
     matchLabels:
-      app.kubernetes.io/instance: pod-gateway
+      app.kubernetes.io/instance: vpn-gateway
       app.kubernetes.io/name: pod-gateway
 

@jgilfoil jgilfoil merged commit 8c72242 into main Feb 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant